home *** CD-ROM | disk | FTP | other *** search
-
-
- if test $2 == ConnorAction
-
- if test $4 == do
- set closeenough false
- checkDistance Connor cdlght1 1300
- if test $Console::Return == 1
- set closeenough true
- endif
- checkDistance Connor cdlght2 1300
- if test $Console::Return == 1
- set closeenough true
- endif
- if test $closeenough == true
-
-
- sendEvent 0 firedor KQDoorEvent 0
- sendEvent 0 cdlght1 KQDoorEvent 0
- sendEvent 0 cdlght2 KQDoorEvent 0
-
- KQObject::collisionType cdlght1 -32
- KQObject::collisionType cdlght2 -32
-
- else
-
- KQMonster::speak Connor Connor 0 0 0 14 1 1
-
- endif
-
- endif
- endif